# Enable and define watch folder in server setup in the projects tab
# Format: "Project Number","Date","Name","Note","Buy","Sell","lineID"
# each row must have these 7 columns
# example filename: expenses123456.csv
# file extension must be csv lowercase.
# Buy and Sell if a decimal MUST use "."
# Date must be dd/mm/yyyy
# LineID can be empty = "", else a unique line number for the project to avoid the same expense being imported twice
# Lines that failed to be imported will be added to a file in the watch folder called errors.txt, it is recommended to delete this file once the errors has been read
# Importer will import any csv files it finds in the watch folder, after its imported its deleted
# Lines failed to import due to a locked project will be retried every minut
# Server checks watch folder on server start and then every minute
# Imported expenses becomes the same as adding a custom expense

"123","24/12/2013","My Expense Name åø","My Expense Note åø,”50.45","100","myLineID8888"
"321","24/12/2013","Another Expense Name","Another Expense Note","-22","44.15","myLineID9999"
